/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#mydroplinemenu {	
	min-height:23px;
}
#mydroplinemenu ul {
	padding: 0;
	margin: 0;
	font-family:Arial;
	font-size:11px;
	list-style-type: none;

}
#mydroplinemenu li {
	margin: 0;
}
#mydroplinemenu li a.normal {
	min-width:76px;
	padding: 7px 15px 3px 15px;
	text-decoration: none;
	background: transparent url(images/grey_btn.png) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
	position: relative;
	display: block;
	float: left;
	margin-left: -20px; /*shift tabs 20px to the left so they overlap*/
	left: 20px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	z-index:inherit;
}
#mydroplinemenu li a.mid {
	min-width:150px;
	padding: 7px 15px 3px 15px;
	text-decoration: none;
	background: transparent url(images/grey_btn_mid.png) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
	position: relative;
	display: block;
	float: left;
	margin-left: -23px; /*shift tabs 20px to the left so they overlap*/
	left: 23px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	z-index:inherit;
}
#mydroplinemenu li a.big {
	min-width:210px;
	padding: 7px 15px 3px 15px;
	text-decoration: none;
	background: transparent url(images/grey_btn_big.png) 100% 1px no-repeat; /*give illusion of shifting 1px down vertically*/
	position: relative;
	display: block;
	float: left;
	margin-left: -23px; /*shift tabs 20px to the left so they overlap*/
	left: 23px;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
	z-index:inherit;
}

#mydroplinemenu li a:visited {
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
#mydroplinemenu li a:hover {
	font-family:Arial;
	font-size:11px;
	color:#000;
	text-decoration: none;
}
#mydroplinemenu li.selected a.normal { /*selected tab style*/
min-width:80px;
padding: 7px 15px 3px 15px;
	z-index: 1300; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(images/orange_btn.png) 100% 0 no-repeat;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
#mydroplinemenu li.selected a.mid { /*selected tab style*/
	z-index: 1300; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(images/orange_btn_mid.png) 100% 0 no-repeat;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
#mydroplinemenu li.selected a.big { /*selected tab style*/
	z-index: 1300; /*higher z-index so selected tab is topmost*/
	top: 1px; /*Shift tab 1px down so the border beneath it is covered*/
	background: transparent url(images/orange_btn_big.png) 100% 0 no-repeat;
	font-family:Arial;
	font-size:11px;
	color:#FFFFFF;
}
#mydroplinemenu li.selected a:hover {
	text-decoration: none;
}


