﻿.menu 
{	
	width:950px;
	background-color:White;
	float:left;
}

.menu a, .menu a:Hover
{
	color:White;
}


.logo
{
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:35px;
	margin-bottom:5px;
}

.homeBtn 
{
	position:absolute; 
	top:5px; 
	right:7px;
}

#menu 
{
	margin-top:68px;
	float:right;
}

.menu_wrapper 
{
	float:left;	
}

.menu_item 
{
	float:left;
	margin-right:8px;
	margin-left:14px;
}

.top_link 
{
	float:left;	
	cursor:default;
}

.dropdown 
{
	z-index:12;
	background-color:White;
	position:absolute;	
	top:107px;
	width:auto;
	margin-left:-18px;
	display:none;
}

.dropdown_link 
{
	padding-left:16px;
	padding-right:18px;	
	padding-top:10px;
}

/* rounded bottom */
#dropdown_1 .dd_bottom {width:267px;}
#dropdown_2 .dd_bottom {width:234px;}
#dropdown_3 .dd_bottom {width:332px;}
#dropdown_4 .dd_bottom {width:231px;}
#dropdown_5 .dd_bottom {width:131px;}

.dd_bottom 
{
	margin-bottom:-12px;
	height:12px;
}
.dd_bottom table, .dd_bottom_middle, .dd_bottom_middle_fill
{
	height:12px;
	width:100%;
}

.dd_bottom_middle, .dd_bottom_middle_fill {background-color:White;}

.dd_bottom_left, .dd_bottom_right 
{
	height:12px;
	width:11px;
}
/* -- */