/* @override http://www.designkart.com/eem/site/chrometheme/chromestyle.css */

.chromestyle{
	text-align: left;
}

.chromestyle div{
border: 0px solid #BBB;
float:left;
	padding-top: 10px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0 1px 0 0;
	height:22px;
}


#tab-capture a{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_eem_capture.gif);
background-repeat:no-repeat;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 115px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
}
#tab-capture a:hover,
#tab-capture a.selected{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_eem_capture_on.gif);
background-repeat:no-repeat;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 115px;
}

#tab-hd a{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_eem_hd.gif);
background-repeat:no-repeat;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 97px;
	margin-bottom: 0;
	margin-top: 0;
}
#tab-hd a:hover,
#tab-hd a.selected{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_eem_hd_on.gif);
background-repeat:no-repeat;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 97px;
	margin-bottom: 0;
	margin-top: 0;
}

#tab-edit a{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_eem_edit.gif);
background-repeat:no-repeat;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 97px;
}
#tab-edit a:hover,
#tab-edit a.selected{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_eem_edit_on.gif);
background-repeat:no-repeat;
	padding-top: 10px;
	padding-bottom: 9px;
	padding-left: 97px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}

#tab-post a{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_post.gif);
background-repeat:no-repeat;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	padding: 10px 0 9px 97px;
}
#tab-post a:hover,
#tab-post a.selected{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_post_on.gif);
background-repeat:no-repeat;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	padding: 10px 0 9px 97px;
}

#tab-casting a{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_casting.gif);
background-repeat:no-repeat;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	padding: 10px 0 9px 97px;
}
#tab-casting a:hover,
#tab-casting a.selected{
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/tab_casting_on.gif);
background-repeat:no-repeat;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
	padding: 10px 0 9px 97px;
}


/*
.chromestyle div a{
color: #FFFFFF;
text-decoration: none;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-bottom: 0;
	margin-top: 0;
	margin: 0;
}


.chromestyle div a:hover, .chromestyle div a.selected{

}
 My Comment */

/* ######### Style for Drop Down Menu ######### */

div.dropmenudiv {
	margin-top: -2px;
}

.dropmenudiv{
position:absolute;
top: 0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font: normal 11px/28px arial;
padding-left:15px;
z-index:100;
background-color: transparent !important;
visibility: hidden;
border-width: 0px;
border-style: none;
	margin: 0;
}



.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
text-decoration: none;
color: black;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 2px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#488DAE;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

