/* CSS Document */

/* Drop Down Menu */
#dropdown {height: 22px; width: 238px; float: left;}
#drop-container {float: right; width: 410px;}
#go-btn {float: right; height: 37px; width: 134px; padding-left: 5px;}

#drop-nav {float: right;  height: 25px;  width: 244px; font-family: Arial, Helvetica, sans-serif; padding: 14px 11px 11px 15px; font-size: 11px; line-height: 14px; text-transform: uppercase; display: block;}
	
.dropNavJs {background: transparent url(../media/home-drop-downBg.gif) no-repeat 0 0; cursor: pointer;}
	
.dropNavNonJs {background: transparent url(../media/home-drop-downBgAlt.gif) no-repeat 0 0;}
	
#menuItems {display: none; margin: 0; padding: 10px; position: absolute; top: 5px; z-index: 999; list-style: none; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-transform: uppercase; width: 251px; background: #a6a8ab;}

#menuItems li {list-style: none; margin: 10px 0px 8px 5px;}
	
#menuItems li a {color: #000; text-decoration: none;}
	
#menuItems li a:hover {background: #bbb;}
