/* styles for main menu and profile tab dropdowns */

div.top_menu_main_link_container
{
  text-align: left;
}

div.menu_main_dropdown
{
	border: 1px solid #CCCCCC;
	border-top: none;
	position: absolute;
	margin-left: 0px;
	z-index: 100;
	width: 198px;
	white-space: nowrap;
}

div.menu_main_item_dropdown a
{
	color:#777777;
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #EFEFEF;
}

div.menu_main_item_dropdown a:hover
{
	color:#444444;
	background: #FAFAFA;
	text-decoration: none;
}

div.menu_main_item
{
	float: left;
	padding-right: 10px;
	font-weight: bold;
	background: none;
}

div.menu_profile_dropdown
{
	border: 1px solid #CCCCCC;
	border-top: none;
	background: #FFFFFF;
	position: absolute;
	margin-top: 31px;
	margin-left: -63px;
	z-index: 99;
	width: auto;
	white-space: nowrap;
}

div.menu_profile_item_dropdown a
{
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #FFFFFF;
}

div.menu_profile_item_dropdown a:hover
{
	background: #F0F0F0;
	text-decoration: none;
}



/* Logo and Search */
.beginHeader{
border:0px solid #000;
height:100px;
background-color:#6699CC;
}

.headerContainer{
border:0px solid #000;
margin:0px auto;
width:1000px;
height:100px;
text-align:left;
background-repeat:no-repeat;
}

.Logo{
border:0px solid #000;
float:left;
width:500px;
margin-top:30px;
}

.Search{
border:0px solid #000;
float:left;
margin-top:30px;
}





#searchform_q {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
background:none repeat scroll 0 0 #FFFFFF;
border-color:#EEEEEE;
border-style:solid;
border-width:1px 0 1px 1px;
font:13px "Lucida Grande",Arial,Sans-serif;
margin:0;
padding:6px;
width:226px;
}

#searchform_q:focus {
border-color:#FFFFFF;
outline-width:0;
}

#searchform_submit {
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
background:url("http://s.twimg.com/a/1272324988/images/fronts/bg-btn-search.png") repeat-x scroll 0 0 #BBBBBB;
border:1px solid #EEEEEE;
color:#333333;
font:13px "Lucida Grande",Arial,Sans-serif;
margin:0;
outline-width:0;
padding:6px 12px;
text-shadow:0 1px 0 #FFFFFF;
}
#searchform_submit::-moz-focus-inner {
border:0 none;
padding:0;
}
#searchform_submit:hover, #searchform_submit:focus {
background-position:0 -5px;
color:#111111;
cursor:pointer;
}
#searchform_submit:active {
background-image:none;
}
.chrome-windows #searchform_submit {
padding:5px 12px;
}


.round-right  {
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
}

#search_container{
border:1px solid #DDDDDD;
margin:1px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomright:5px;
-moz-border-radius-topright:5px;
width:260px;
background-color:#6699CC;
}

#search_input{
border:0px;
padding:6px;
width:160px;
opacity:0.6;
background-color:#6699CC;
margin:0px;
}

#search_button{
border:0px;
padding:6px;
width:84px;
cursor:pointer;
opacity:0.6;
background-color:#6699CC;
background-color:#DDDDDD;
margin:0px;
}
