/*
#------------------------------------------------------------------------
# News - December Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2012 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Here you can include your override CSS styles */

#gkContentTop {
    background: rgb(39, 120, 177);
}

#gkLogin {
    background: url(../images/login.png) center center no-repeat rgb(39, 120, 177);
}

#gkMainMenu li a {
	color: #fff;
	padding: 0 10px;
}

#gkMainMenu li.active {
    background: #97acf9;
}

#gkMainMenu li:hover, #gkMainMenu li:active, #gkMainMenu li:focus {
    background: #97acf9;
}

#gkExtraMenu {
	display: none;
}


.childcontent a.haschild:after {
    content:' \25BA'
}