/**** -- Modified version of Dynamic Drive CSS Menu -- ****/
/**** -- Created 26/05/2008 -- ****/
/**** -- Soula Design Nottingham -- ****/
/**** -- Property Mentor -- ****/


.dropNavStyle { width:100%; font-weight:normal; }

.dropNavStyle:after { /*Add margin between menu and rest of content in Firefox*/ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.dropNavStyle ul { border:none; width: 100%; background:none; text-align:left; }
.dropNavStyle ul li { display: inline;  }
.dropNavStyle ul li a { text-decoration:none; }
.dropNavStyle ul li a:hover { text-decoration:underline; color: #ef1a10; }


/* Style for Drop Down Menu START ----------------------*/
.dropmenudiv { position:absolute; top:0; color:#000000; z-index:100; background-color:transparent; width:190px; visibility: hidden; }
.dropmenudiv a { padding: 6px 5px 6px 5px; background: #ffffff; border: 1px solid #ebebeb; display:block; text-decoration:none; color:#000000; }
.dropmenudiv a:hover { padding: 6px 5px 6px 5px; color: #ef1a10; display:block; border: 1px solid #ebebeb; background: #ffffff; text-decoration:none; color:#000000; }
* html .dropmenudiv a { /*IE only hack*/ width:100%; }
/* Style for Drop Down Menu END ----------------------*/
