/*
Copyright 2009 EllusiveMindz, LLC. All Rights Reserved. 
Masthead Style Sheet
*/

div.masthead_hidden {
	display:none;
}

div.masthead_show {
	display:block;
}

a.mast_a_selected {
	color:#006600;
	font-size:9px;
	font-weight:bold;
}

a.mast_a_notselected {
	color:#7b7e7d;
	font-size:9px;
	font-weight:bold;
}

body#homepage div#masthead img {
margin-top:2px;
}

body#homepage li.prev a {

background:  url(../media/images/style/masthead_arrow_left.gif) no-repeat 0 0;
width:7px;
height:7px;
display:block;
margin:3px 0 0 0;
}

body#homepage li.prev a:hover {

background:  url(../media/images/style/masthead_arrow_left_hover.gif) no-repeat 0 0;
width:7px;
height:7px;
display:block;
margin:3px 0 0 0;
}

body#homepage li.next a {

background:  url(../media/images/style/masthead_arrow_right.gif) no-repeat 0 0;
width:7px;
height:7px;
display:block;
margin:3px 0 0 0;
}

body#homepage li.next a:hover {

background:  url(../media/images/style/masthead_arrow_right_hover.gif) no-repeat 0 0;
width:7px;
height:7px;
display:block;
margin:3px 0 0 0;
}


