a {
outline: none;
border: none;
}

h1 {
font-family: "Arial narrow", Tahoma, arial;
font-size:20px;
color:#666;
font-weight: 100;
}

p {
	font: 12px tahoma;
}
li {font: 12px tahoma;}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0px;
border: 0px solid #fff; /*THEME CHANGE HERE*/ 
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
/* background-color: #754787; */

width: 200px;
visibility: hidden;
background-color: transparent;
}

.dropmenudiv_a a.sub_middle {
background-image: url(../images/menuBkgrnd.gif);
}
.dropmenudiv_a a.sub_middle:hover {
background-image: none;
background-color: #9561aa;
}




.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #FDE8E9;
border-bottom: 0px solid #FDE8E9; /*THEME CHANGE HERE*/
padding: 2px;
padding-left: 10px; /* changes the padding on the drop down items*/
text-decoration: none;
color: white;
text-align: left;
}
.dropmenudiv_a a.sub_bottom{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 1px 0;
padding-left: 10px; /* changes the padding on the drop down items*/
text-decoration: none;
color: white;
background: url(../images/sub_bottomTest.gif) bottom left no-repeat;
background-position:0% 0px;
background-color: transparent;


}

.dropmenudiv_a a.subtop{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/
padding: 0px 0;
padding-left: 10px; /* changes the padding on the drop down items*/
text-decoration: none;
color: white;
background: transparent url(../images/sub_top.png) top left no-repeat;
background-color: transparent;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/

color: white;

}
.dropmenudiv_a a:hover.subtop{ /*THEME CHANGE HERE*/
background: url(../images/sub_top.png) top left no-repeat;
background-position:0% -20px;
color: white;
}
.dropmenudiv_a a:hover.sub_bottom{ /*THEME CHANGE HERE*/
background: url(../images/sub_bottomTestHover.gif) bottom left no-repeat;
background-position:0% -20px;
color: white;
}
                                       
                                            

                                       
                                            

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#pointermenu2{
margin: 0;
padding: 0;

}

.menuItemDotted {
background: url(../images/dotDivider.gif) right no-repeat;
}

.menuItemDotted2 {
background: url(../images/dotDivider.gif) left no-repeat;
background-position: 100%
}

#pointermenu2 ul{
margin: 0;
margin-left: 5px; /*menu offset from left edge of window*/
float: left;
padding-left: 0px;
font: 13px "Lucida Sans Unicode";

}

* html #pointermenu2 ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 1em;
margin-left: 7px; /*menu offset from left edge of window in IE*/
}

#pointermenu2 ul li{
display: inline;

}


#pointermenu2 ul li a{
float: left;
color: white;
font-weight: 200;
padding: 2px 14px 4px 10px; /*Controls the spacing on the menu bar*/
text-decoration: none;
/* border-right: 1px solid white; */


}

#pointermenu2 ul li a.left_menu_item{
float: left;
color: white;
font-weight: 200;
padding: 15px 9px 14px 10px;
text-decoration: 200;
border-right: 1px solid white;
background: url(../images/leftround2.gif) bottom left no-repeat; /*optional right round corner*/
background-position:0% 0px;
This is an example of video capture stuff in code.

}

#pointermenu2 ul li a.left_menu_item:hover{
float: left;
color: white;
font-weight: 200;
padding: 15px 9px 14px 10px;
text-decoration: none;
border-right: 1px solid white;
background: #754787 url(../images/leftround2.gif) bottom left no-repeat; /*optional right round corner*/
background-position:0% -45px;
}

#pointermenu2 ul li a.noborder_right{
float: left;
color: white;
font-weight: 200;
padding: 15px 14px 14px 5px;
text-decoration: none;
border-right: 0px solid white;
background: url(../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
background-position:100% 0px;
}
#pointermenu2 ul li a.noborder_right:hover{
float: left;
color: white;
font-weight: 200;
padding: 15px 14px 14px 5px;
text-decoration: none;
border-right: 0px solid white;
background: #754787 url(../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
background-position:100% -45px;
}

#pointermenu2 ul li a:visited{
color: white;
}


#pointermenu2 ul li a:hover, #pointermenu2 ul li a#selected{ /*hover and selected link*/
color: #FFFFFF;
background-color: #754787;

}

#pointermenu2 ul li a#rightcorner{
padding-right: 0;
padding-left: 2px;
background: url(../images/rightround2.gif) bottom right no-repeat; /*optional right round corner*/
}