﻿ 
/*                Navigation Bar     */
#NavLine { 
position : relative; 
padding :  5px 0px 0px 0px;
margin : 0 ;
width : 650px; 
height : 20px; 
border : 0 ; /*solid 1px red;;*/ 
color : #ffffff;
background-image:url("/images/ttmenubkgrnd.png");
background-repeat:no-repeat;
font-family:Verdana;
font-size:0.6em;
font-weight:bold;
vertical-align:middle;
} 
#NavLine ul { 
position : absolute; 
margin: 0;
padding: 0;
list-style: none;
} 

#NavLine li { 
padding: 0;
position : absolute; 
top : 0; 
display : block; 
/*background: url(/images/image5.png);*/
/* text-indent : -9000px; */
overflow : hidden; 
text-align : left;
text-decoration : none;
 
} 

#NavLine li a { 
display : block; 
color : #ffffff;
cursor : pointer; 
text-decoration : none; 
} 

#NavLine li a:hover { 
display : block; 
padding : 0 0 0 0;
/*background-image :  url(/images/image3.png) ; */
background-repeat :no-repeat;
color : Navy;
cursor : pointer; 
text-decoration : none; 
} 
/* important */


.DropDownMenu { 
position : absolute; 
display : none; 
margin-top : 45px; 
background-image :  url(/images/sidebackground.png) ; 
background-repeat :repeat;
border : 1px solid #ccc; 
padding : 0 0 0 20px;
z-index : 50; 

} 
.DropDownMenu a { 
display : block; 
color : #ffffff;
cursor : pointer; 
font-weight : normal;
line-height : 25px;
/* text-indent : -9000px; */
padding : 0 0 0 20px;
outline : none;
text-align : left;
text-decoration : none;

} 
.DropDownMenu a:hover { 

background-image :  url(/images/harp.png) ; 
background-repeat :no-repeat;
background-position : left ;
color : #e7e7e7;
padding : 0 0 0 20px;
} 

.DropDownSubMenu  { 
padding : 0 0 0 25px;
} 

#SideBlock { 
float: right;
width :200px; 
border : 0; 
color : #ffffff;
} 

#SideBlock li { 
padding : 0 0 0 10px;
height : 25px; 
top : 0; 
display : block; 
line-height : 25px;

background-image :  url(/images/sidebackground.png) ; 
background-repeat :repeat-x;
text-align : left;
text-decoration : none;
width: 200px;
} 

#sidebar {
	float: right;
	width: 190px;
	background-image :url(/images/paper4.jpg) no-repeat ;
	
}


#sidebar li {
	border-bottom: 1px solid #F3F3F3;
}

#sidebar li ul {
	margin-bottom: 10px;
	padding-bottom: 10px;
}


#sidebar h2 {
	margin: 0;
	padding: 24px 0 3px 20px;
	border-bottom: 1px solid #E7E7E7;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}
.w500{
float: left;
width: 500px;
padding: 15px ;
border: 1px solid #E7E7E7;
margin:2px;
} 
.w200{
float: left;
width: 200px;
padding: 15px ;
border: 1px solid #E7E7E7;
margin:2px;
} 