/*Example for a Menu Style*/
.tab {margin-top: 10px; height:19px; width:330px; font-size: 7pt;}
.tab ul {margin:0px; padding:0px; list-style:none; text-align:center; color: #EEEEEE;}
.tab li {display:inline; line-height:23px; }
.tab li a { background-image: url('/images/tab-unselected.gif'); background-repeat: no-repeat; color:#EEEEEE; text-decoration:none;  padding:5px 5px 2px 7px;}
.tab li a.tabactive { background-image: url('/images/tab-selected.gif'); position:relative; color: #EEEEEE; }
#tab1,#tab2,#tab3,#tab4,#tab5 {width:310px; height: 135px; background-color: #6f859d; margin-bottom:0px; padding: 10px; color: #FFFFFF; display: none;}

