
/*<style>
.dummy{} */

/************* Top Navigation Dropdown Menus ***************/
#topNav {
	display:block;
	position:relative;
	width:900px;
	height:30px;
	margin:0;
	padding:16px 0 0 0;
	text-align:right;
	z-index:8000;
}
#topNav a, #topNav b {
	cursor:pointer;
}
/************* Level 1 ***************/
#topNav ul {
	display:block;
	float:right;
	list-style:none;
	margin:0;
	padding:0 0 0 4px;
	background:transparent url(../images/layout/topNav/bgL.gif) left top no-repeat;
}
#topNav ul li {
	display:block;
	float:left;
	position:relative;
	margin:0;
	padding:0 0 0 3px;
}
#topNav ul li a {
	display:block;
	float:left;
	margin:0;

	padding:9px 9px 0 13px;
	height:21px;

	font-size:11px;
	line-height:11px;
	text-transform:uppercase;
	text-decoration:none !important;
	color:#ffffff !important;
}


#topNav ul li.silver a.thispage {
	background: url(../images/layout/topNav/silver.gif) left top no-repeat;
}
#topNav ul li.gray a.thispage {
	background: url(../images/layout/topNav/gray.gif) left top no-repeat;
}
#topNav ul li.green a.thispage {
	background: url(../images/layout/topNav/green.gif) left top no-repeat;
}
#topNav ul li.blue a.thispage {
	background: url(../images/layout/topNav/blue.gif) left top no-repeat;
}
#topNav ul li.yellow a.thispage {
	background: url(../images/layout/topNav/yellow.gif) left top no-repeat;
}


#topNav ul li.silver:hover a.thispage, #topNav ul li.silver:active a.thispage,
#topNav ul li.silver:hover a, #topNav ul li.silver:active a {
	background: url(../images/layout/topNav/silver.gif) left top no-repeat;
}
#topNav ul li.gray:hover a.thispage, #topNav ul li.gray:active a.thispage,
#topNav ul li.gray:hover a, #topNav ul li.gray:active a {
	background: url(../images/layout/topNav/gray.gif) left top no-repeat;
}
#topNav ul li.green:hover a.thispage, #topNav ul li.green:active a.thispage,
#topNav ul li.green:hover a, #topNav ul li.green:active a {
	background: url(../images/layout/topNav/green.gif) left top no-repeat;
}
#topNav ul li.blue:hover a.thispage, #topNav ul li.blue:active a.thispage,
#topNav ul li.blue:hover a, #topNav ul li.blue:active a {
	background: url(../images/layout/topNav/blue.gif) left top no-repeat;
}
#topNav ul li.yellow:hover a.thispage, #topNav ul li.yellow:active a.thispage,
#topNav ul li.yellow:hover a, #topNav ul li.yellow:active a {
	background: url(../images/layout/topNav/yellow.gif) left top no-repeat;
}

/************* Level 2 ***************/
#topNav ul li ul {
	display:none;
	position:absolute;
	z-index:100;
	top:30px;
	left:2px;
	float:left;
	list-style:none;
	margin:0;
	padding:0;
	width:192px;
	height:auto;
	background:#4c4970 url(none);
	border-top:1px solid #000000;
	border-right:1px solid #000000;
	border-left:1px solid #000000;
}

#topNav ul li ul li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	width:192px;
	border-bottom:1px solid #000000;
}
#topNav ul li ul li a {
	display:block;
	margin:0;
	padding:7px 7px 7px 13px;
	width:172px;
	height:auto;
	text-align:left;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none !important;
}


#topNav ul li.silver ul li a:link, 
#topNav ul li.silver ul li a:visited {
	color:#ffffff;
	background: url(../images/layout/topNav/DDsilver.gif) left top repeat-y;
}
#topNav ul li.gray ul li a:link,
#topNav ul li.gray ul li a:visited {
	color:#ffffff;
	background: url(../images/layout/topNav/DDgray.gif) left top repeat-y;
}
#topNav ul li.green ul li a:link,
#topNav ul li.green ul li a:visited {
	color:#ffffff;
	background: url(../images/layout/topNav/DDsilver.gif) left top repeat-y;
}
#topNav ul li.blue ul li a:link,
#topNav ul li.blue ul li a:visited {
	color:#ffffff;
	background: url(../images/layout/topNav/DDblue.gif) left top repeat-y;
}
#topNav ul li.yellow ul li a:link,
#topNav ul li.yellow ul li a:visited {
	color:#ffffff;
	background: url(../images/layout/topNav/DDyellow.gif) left top repeat-y;
}

#topNav ul li.silver ul li a:hover, 
#topNav ul li.silver ul li a:active {
	color:#fdb913 !important;
	background: url(../images/layout/topNav/DDsilver.gif) left top repeat-y !important;
}
#topNav ul li.gray ul li a:hover,
#topNav ul li.gray ul li a:active {
	color:#fdb913 !important;
	background: url(../images/layout/topNav/DDgray.gif) left top repeat-y !important;
}
#topNav ul li.green ul li a:hover,
#topNav ul li.green ul li a:active {
	color:#fdb913 !important;
	background: url(../images/layout/topNav/DDblue.gif) left top repeat-y !important;
}
#topNav ul li.blue ul li a:hover,
#topNav ul li.blue ul li a:active {
	color:#fdb913 !important;
	background: url(../images/layout/topNav/DDblue.gif) left top repeat-y !important;
}
#topNav ul li.yellow ul li a:hover,
#topNav ul li.yellow ul li a:active {
	color:#fdb913 !important;
	background: url(../images/layout/topNav/DDyellow.gif) left top repeat-y !important;
}

/************* Dropdown Menu Animation ***************/
#topNav ul li:hover ul, #topNav ul li:active ul {
	display:block !important;
}

