@charset "utf-8";
/* Navigation */

.bottomstrip{
	font-weight: bolder;
	width: 100%;
	height: 60px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.bottomstrip ul{
	padding: 20px 0 10px 0; /* Specify the top position.. Increasing the px will result in changing the menu from the top position*/
	margin: 0;
	text-align: center; /* we can change the left,right,center to align the menu position */
}

.bottomstrip ul li{

display: inline;


}

.bottomstrip ul li a{
	color: #FFF; /* specify the Anchor text color */
	padding: 12px 5px 5px 5px;
	margin-right: 5px; /*spacing between each menu link*/
	text-decoration: none; /* This is for removing the underline of the anchor tag */
	border-bottom: 10px solid lightblue; /*bottom border is 10px: height of the bottom strip*/
}

.bottomstrip ul li a:hover, .bottomstrip ul li a.selected {border-bottom-color: #ffcc00; /* On mouse over change the color of the bottom strip */

color:#ffcc00;/* On mouse over change the color of the font */

}



/*---------------------------for the second nav bar ---------------------*/

.bottomstrip2 {
	font-weight: bolder;
	width: 100%;
	height: 60px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

.bottomstrip2 ul{
	padding: 0 0 10px 0; /* Specify the top position.. Increasing the px will result in changing the menu from the top position*/
	margin: 0;
	text-align: center; /* we can change the left,right,center to align the menu position */
}

.bottomstrip2 ul li{

display: inline;


}

.bottomstrip2 ul li a{
	color: #FFF; /* specify the Anchor text color */
	padding: 12px 5px 5px 5px;
	margin-right: 5px; /*spacing between each menu link*/
	text-decoration: none; /* This is for removing the underline of the anchor tag */
	border-bottom: 10px solid lightblue; /*bottom border is 10px: height of the bottom strip*/
}

.bottomstrip2 ul li a:hover, .bottomstrip ul li a.selected {border-bottom-color: #ffcc00; /* On mouse over change the color of the bottom strip */

color:#ffcc00;/* On mouse over change the color of the font */

}

