/* CSS Document */


.main_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 20px;
}

.main_menu a {
	text-decoration: none;
	color: #FFFFFF;
}

.main_menu a:hover {
	text-decoration: none;
	color: #FEEC6D;
}

.main_menu .link {
	display: block;
	height: 25px;
	width: 174px;
	background-image: url(../img/main_button.jpg);
	background-color: #0E3C70;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #316394;
	padding-top: 5px;
	padding-left: 5px;
}


.main_menu .link:hover {
	background-image: url(../img/main_button_active.jpg);
	cursor:pointer;
}

.main_menu .link_pop {
	font-size:12px;
	display: block;
	height: 25px;
	width: 169px;
	background-image: url(../img/main_button_2.jpg);
	background-color: #404040;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-top: 5px;
	padding-left: 10px;
}

.main_menu .link_pop:hover {
	background-image: url(../img/main_button_active_2.jpg);
	cursor:pointer;
}

.main_menu .last {
	display: block;
	height: 29px;
	width: 170px;
	background-image: url(../img/btn_last1.jpg);
	padding-top: 5px;
	padding-left: 10px;
	background-repeat: no-repeat;
}

.main_menu .last:hover {
	background-image: url(../img/btn_last2.jpg);
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.main_menu img {
	border:none;
	vertical-align: text-bottom;
}

#store_menu {
	background-image: url(../img/main_button_2.jpg);
}

#store_menu img {
	border:none;
	vertical-align:middle;
}



/* POP UP STYLES */ 

.popup {
	display:none;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position:absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	top:-2px;
	left:179px;
}

.popup:first-child {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
}

.popup a {
	display: block;
	width: 168px;
	line-height: 1.4em;
	color: #FFF;
	background-color:#CCCCCC;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(../img/main_button_2.jpg);	/* background: #94B8E9 url(images/pixy-rollover.gif) no-repeat left bottom; */
	padding: 6px;
}

.popup a:hover {
	background-color:#999999;
	background-image: url(../img/main_button_active_2.jpg);
}

.popup li {
	display: inline; /* :KLUDGE: Removes large gaps in IE/Win */
}


