/* Oxbow Xerox Stylesheet by Two Fishes Design - www.twofishesdesign.co.za */
/*      * html .className   ---  IE 6 */
/*      *:first-child+html . className   ---  IE 7 */
/*--------------------- SET UP DEFAULTS -------------------*/
body {
margin: 0;
background-image: url(../assets/background.jpg);
background-repeat: repeat-x;
background-position: bottom;
background-color:#ffffff;
}

/*-------------------- TOP NAVIGATION --------------------*/

.mainDiv
{
  width:185px;
    background-color: #76273c;
}
.2007Header
{
	cursor:auto;
	color:#F4C32A;
	width:auto;
	text-align:right;
  	font: bold 11px Verdana, Arial, Geneva;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	height: auto;
	padding: 5px 10px 5px;
}

.plaintop {
	color:#D2BECD;
}
.plaintop a:link, .plaintop a:visited, .plaintop a:active {
color:#000000;
text-align:right;
font: 11px Verdana, Arial, Geneva;
text-decoration: none;
}
.plaintop a:hover {
text-decoration: underline;
}


.plainlink {
	width: 185px;
		height: auto;
}
.plainlink a:link, .plainlink a:visited, .plainlink a:active {
	display: block;
	cursor:pointer;
	color:#000000;
	text-align:right;
  font: 11px Verdana, Arial, Geneva;
  background: #D2BECD;
  	border-top-width: 0px;
		border-bottom-width: 1px;
			border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	
	padding: 5px 10px 5px;
	text-decoration: none;
}
.plainlink a:hover {
text-decoration: underline;
}


.topItem
{
	cursor:pointer;
	color:#000000;
	width:auto;
	text-align:right;
  font: 11px Verdana, Arial, Geneva;
  background: #F8F8F8;
  	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
		border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-left-color: #CCCCCC;

	height: auto;
	padding: 5px 10px 5px;
	text-decoration: none;
}

.topItemOver
{
	cursor:pointer;
	color:#000000;
	width:auto;
	text-align:right;
  font: 11px Verdana, Arial, Geneva;
  background: #F8F8F8;
  	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
		border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-left-color: #CCCCCC;

	height: auto;
	padding: 5px 10px 5px;
	text-decoration: none;
}

.topItemClose
{
	cursor:pointer;
	color:#000000;
	width:auto;
	text-align:right;
  font: 10px Verdana, Arial, Geneva;
  background: #F8F8F8;
  	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
		border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-left-color: #CCCCCC;

	height: auto;
	padding: 5px 10px 5px;
	text-decoration: none;
}


.topItemCloseOver
{
	cursor:pointer;
	color:#000000;
	width:auto;
	text-align:right;
  font: 11px Verdana, Arial, Geneva;
  background: #F8F8F8;
  	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
		border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	height: auto;
	padding: 5px 10px 5px;
	text-decoration: none;
}

.dropMenu
{
  font: bold 11px Verdana, Arial, Geneva;	
  background-color: #F8F8F8;
  color: #000;
  border: 1px solid #CCCCCC;
  border-width: 0 1px 1px 1px;
  filter:alpha(opacity=100);
  text-decoration: none;
}

.subMenu
{
   display:block;
}

.subItem
{
   margin-left:5px;
   margin-top:2px;
   height:18px;
   font: 10px Verdana, Arial, Geneva;	
   text-decoration:none;
   color: #000000;
   
}

.subItem a, .subItem a:active, .subItem a:visited
{
   margin-left:5px;
   font: 10px Verdana, Arial, Geneva;	 	
   text-decoration:none;
   color: #000000;
}
.subItemOver
{
   margin-left:5px;
   margin-top:2px;
   font: 10px Verdana, Arial, Geneva;	  
   height:18px;
   color: #000000;
}

.subItemOver  a
{
   margin-left:5px;
   font: 10px Verdana, Arial, Geneva;
   cursor:pointer;	
   color: #000000;
   text-decoration:none;
   cursor:pointer;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

