/* CSS Document */
#menu {
	height: 25px;
	width: 715px;
	float: left;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/backgrounds/nav_bg.jpg);
}
#menu_right {
	float: left;
	height: 25px;
	width: 130px;
	background-image: url(../images/mastheads/mastright.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul, #menu_bot ul {
	display: inline;
	padding: 0;
	margin: 0;
	
}
#drop, #drop_bot {	
	margin: 0;
	padding: 0;
	z-index: 30
}
#drop li {
	float: left;
	list-style-type: none;
	display: inline;
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	background-image: url(../images/backgrounds/nav_divider.jpg);
}

#drop li a {
	display: block;
	line-height: 1.6em;
	text-decoration: none;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
#drop li a:hover {
	text-decoration: none;
	color: #999999;
}

#index #drop .index a, #about #drop .about a, #solutions #drop .solutions a, #experience #drop .experience a, #results #drop .results a, #tests #drop .tests a, #awards #drop .awards a, #cv #drop .cv a, #links #drop .links a, #blog #drop .blog a, #contact #drop .contact a {
	cursor: default;
	color: #CC3366;
}

#index #drop_bot .index a, #about #drop_bot .about a, #solutions #drop_bot .solutions a, #experience #drop_bot .experience a, #results #drop_bot .results a, #tests ##drop_bot .tests a, #awards #drop_bot .awards a, #cv #drop_bot .cv a, #links #drop_bot .links a, #blog #drop_bot .blog a, #contact #drop_bot .contact a {
	cursor: default;
	color: #C53070;
}
#menu_bot {
	height: 25px;
	width: 845px;
	float: left;
	padding-left: 5px;
	background-image: url(../images/backgrounds/panel_bg.jpg);
	background-repeat: repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #990033;
}
#drop_bot li {
	float: left;
	list-style-type: none;
	display: inline;
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	background-image: url(../images/backgrounds/nav_divider_bot.jpg);
}

#drop_bot li a {
	display: block;
	line-height: 1.6em;
	text-decoration: none;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-top: 3px;
	padding-right: 1em;
	padding-bottom: 0;
	padding-left: 1em;
}
#drop_bot li a:hover {
	text-decoration: underline;
	color: #666666;
}
