/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider { overflow: hidden; zoom: 1; position: relative; text-align: left }
.coin-slider a{ text-decoration: none; outline: none; border: none; }

.cs-buttons { font-size: 0px; padding: 10px; float: left; text-align: right; visibility: hidden}
.cs-buttons a { margin-left: 5px; height: 10px; width: 10px; float: left; border: 1px solid #B8C4CF; color: #B8C4CF; text-indent: -1000px; }
.cs-active { background-color: #B8C4CF; color: #FFFFFF; }

.cs-title { width: 571px; padding: 10px; background-color: #000; color: #FFFFFF; font-size: 12px; line-height: 130% }
.cs-title strong { font-size: 1.2em }
.cs-prev, 
.cs-next { background-color: #000000; color: #FFFFFF; padding: 0px 10px; }

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute; top: 0; border-bottom-width: 0; line-height:18px; z-index:100; background-color: #00496b; width: 220px; visibility: hidden; text-align: left }


.dropmenudiv a { width: auto; display: block; text-indent: 3px; padding: 8px 10px; text-decoration: none; color: #fff; font-size: 0.9em; border-bottom: 1px #006494 solid }

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ background-color: #f4e6b2; color: #222; }

