﻿.dropmenudiv {
  position:absolute;
  top: 0;
  left:0;
  font:normal 12px Arial, Helvetica, sans-serif;
  line-height:16px;
  z-index:999;
  width: 178px;
  visibility: hidden;
  background:url(../images/menu/menu-bg.png) left bottom no-repeat scroll;
  padding:10px 0 20px;
}
#companyServicesSub.dropmenudiv,
#franchiseeSub.dropmenudiv {
	background:url(../images/menu/menu-corporate-bg2.png) left bottom no-repeat scroll;
	padding-top: 0;
	width:193px;
}

.dropmenuright {
	left:-20px;
}

.dropmenudiv a {
  width: 141px;
  display: block;
  padding: 3px 0 3px 30px;
  text-decoration: none;
  color:#0f69ba;
  background:url(../images/menu/menu-arrow.gif) 16px 7px no-repeat scroll;
}

* html .dropmenudiv a { /*IE only hack*/
  width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	text-decoration:underline;
}

#companyServicesSub.dropmenudiv a,
#franchiseeSub.dropmenudiv a {
	width: 147px;
}

#companyServicesSub.dropmenudiv p.first {
	background: url(../images/menu/menu-corporate-top-bg2.gif) left top no-repeat scroll;
	padding-top: 10px;
	width:192px;
}

#franchiseeSub.dropmenudiv a.first {
	background: url(../images/menu/menu-franchisee-top-bg2.gif) left top no-repeat scroll;
	padding-top: 10px;
	width:192px;
}

#companyServicesSub p.linkHeader {
	font-weight:bold;	
	width: 141px;
  	display: block;
  	padding: 3px 0 3px 30px;
  	text-decoration: none;
  	color:#0f69ba;
  	background:url(../images/menu/menu-arrow.gif) 16px 7px no-repeat scroll;
	margin:0;
}

#companyServicesSub a.indent {
	margin:0 0 0 10px;	
}

#companyServicesSub a.last {
	margin:0 0 5px 10px;	
}